home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / gcc / bmake363.zoo / make / read.me < prev   
Encoding:
Text File  |  1993-03-02  |  1.8 KB  |  43 lines

  1. Hi all,
  2.  
  3. This is my second attempt at a port of GNU make 3.63 for the Atari ST
  4. running MiNT. It was compiled using gcc 2.3.3 and the mintlibs pl30.
  5. As it was compiled using -mbaserel and -mpcrel, it can be shared under MiNT.
  6.  
  7. This new version fixes the following problems, reported to me by Juergen Lock
  8. and entropy:
  9. - bombing out on very long Makefiles
  10. - not using filename extensions for executables
  11. Thanks, Juergen and entropy!
  12.  
  13. I did not include the full documentation; it can be found, like the sources,
  14. at prep.ai.mit.edu. Only a man page is included.
  15.  
  16. The main changes in make since version 3.61 are in the file NEWS.
  17.  
  18. Changes made to the normal make:
  19. - configured not to use getgroups()
  20. - configured not to use getloadaverage()
  21. - configured to use /gnu/lib as the directory to find libraries in with -lxx
  22. - configured to use /usr/lib/include as the directory to search by default
  23.   for included makefiles
  24. - changed to read both DOS and Unix-format makefiles properly
  25. All changes source files are included in the `src' subdirectory, as well
  26. as the main Makefile and the changes in `diff' format suitable for `patch'.
  27. Search for the text `Atari ST' in the source files and you'll find the
  28. changes immediately.
  29.  
  30. While this make works fine for me, under MiNT 0.96 and 0.99, I cannot
  31. guarantee it to work under TOS. I also did not test the extended
  32. functionality like doing several things in parallel. If this doesn't
  33. work, you're on your own!
  34.  
  35. One kind of problem that can crop up when using *very* large Makefiles:
  36. you can run out of stack space. Currently, stack size has been set to 32 Kb;
  37. this is enough for the mintlibs. If you use truly large Makefiles, you may
  38. need to increase stacksize even further.
  39.  
  40. Comments, bug-reports, flames, requests to [All e-mail is welcome!]:
  41. Hildo Biersma
  42. boender@dutiws.twi.tudelft.nl 
  43.